@charset "utf-8";
/* CSS Document */
/*Yahoo(YUI) CSS Reset:*/
body{ font: 14px/1.5 "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif; color: #444;}
/*Webkit,Opera9.5+,Ie9+*/
::selection {
    background:#ff872c;
    color:#fff;
}
/*Mozilla Firefox*/
::-moz-selection {
    background:#ff872c;
    color:#fff;
}
body, header, footer, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding: 0; margin: 0; }
i,b{ font-style:normal; font-weight:normal}
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border:none; }
legend { display:none }
address, caption, cite, code, dfn, em, th, var, i { font-weight: normal; font-style: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
q:before, q:after { content:"" }
a { text-decoration:none; color:#444;}
/*a:active{ background:none;}*/
a:hover{text-decoration:none}
a:hover{color:#eba702;}
abbr, acronym { border: 0; }
.less12px { -webkit-text-size-adjust:none; }/*chrome私有属性，允许font-size<12px*/
.clearfix:after { content: "."; display: block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block }
* html .clearfix { height: 1%; }
.clearfix { display:block }

.tul,.tul:hover{ text-decoration:underline;}
input[type="checkbox"],input[type="radio"]{ margin-left:5px; margin-right:5px;}
input{ outline:none; vertical-align:middle;}


.pb50{ padding-bottom:50px;}
.f14{ font-size:14px;}
.f18{ font-size:18px;}
.mb20{ margin-bottom:20px;}
.mb10{ margin-bottom:10px;}
.mt30f{ margin-top:-30px;}